home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / misc / atebeta5b / atebeta5b.readme < prev    next >
Encoding:
Text File  |  1996-10-14  |  5.2 KB  |  113 lines

  1. Short:    My answer to Adobe Type Manager(tm)
  2. Uploader: gordonf@intouch.bc.ca (Gordon Fecyk)
  3. Author:   Gordon Fecyk
  4. Type:     util/misc
  5. Requires: KS/WB 2.04 or later, text/print/HWGPOSTbeta10.lha,
  6.           2 MB total RAM, hard disk, some CLI savvy
  7. Version:  ATE Beta 5b, (1.5b re-upload)
  8. Distribution: Aminet, Fred Fish, comp.binaries.amiga, Boston Computer
  9.               Society CD-ROM
  10. Replaces: util/misc/Atebeta4d.lha, util/misc/ATE.lha, text/font/ATEbeta5b.lha
  11.  
  12. NOTE TO BETA5B DOWNLOADERS: Sorry everyone for not uploading a beta5b that
  13. works with POST V17.  Unfortunately I couldn't figure out where I started
  14. using stuff specific to HWGPOST.  So, this re-upload doesn't include
  15. post.library anymore, but requires HWGPOST V22 or better.
  16.  
  17. NOTE TO CODERS: Feel free to take included source code and do something
  18. magical with it.
  19.  
  20. Amiga Typeface Engine (ATE) is my attempt to bring PostScript type
  21. to the Amiga operating system.  Like ATM(tm) for Windows and the Mac,
  22. ATE builds bitmap fonts from PostScript typefaces on demand, and even
  23. does it character by character, making it very fast on '030 systems
  24. and actually usable on 68000 systems.  ATE also replaces algorithmic
  25. styles with true styles if available, so all those dumb EA apps that
  26. blatantly open the normal style then SetSoftStyle() to get bold or
  27. italic will get true styles instead.
  28.  
  29. Using post.library for actually drawing makes ATE usable with more
  30. typeface formats, including Type 1 PFA, Type 1 PFB, Type 3, that weird
  31. format Gold Disk uses, I think Nimbus-Q, and anything else that works
  32. with post.library.
  33.  
  34. Beta5B includes source code for the actual typeface engine, the suggested
  35. GUI for implementing a typeface installer and control panel, and source for
  36. the first incarnation of ATE (ATMbeta1.c) which includes a method of
  37. extracting character dimensions from a typeface directly.
  38.  
  39. Installation:
  40.  
  41. Run the installer script from Shell or Workbench.  It will look for
  42. an existing POST setup and use it, otherwise it installs the correct
  43. version of post.library based on processor type.  It also edits
  44. User-Startup if it had to install post.library.  It will work with
  45. HWGPOST as well.  Use HWG's setup AS IS to ensure ATE works.
  46.  
  47. Usage:
  48.  
  49. Restart the computer after install, or double-click on the "ATEbeta5b"
  50. icon in SYS:WBStartup.  You can test ATE with Prefs/Font, by selecting
  51. any font with the prefix _ATE_.  NOTE: Only FunkyFont is actually
  52. included; the other fonts will generate errors unless you installed
  53. them.  Read ATEbeta4.txt for typeface installing instructions.  Best
  54. advice is to get ATM for Windows, and use the typefaces from it.  I
  55. included _ATE_ and .AFM files for the typefaces used by Windows ATM.
  56.  
  57. LET ME GET SOMETHING STRAIGHT: I couldn't include a bunch of typefaces
  58. because it isn't legal, OK?  All the included font defenitions except for
  59. FunkyFont will fail unless you already have the typefaces!  Use FunkyFont
  60. to test ATE, then go purchase ATM for Windows and use the .PFB files from
  61. there, or obtain them somewhere else.
  62.  
  63. Compatibility:
  64.  
  65. Works with OS versions 2.04 up to 3.1.  Does not require V37 of
  66. diskfont.library (but requires minimum V36).  Tested with Enforcer
  67. V37 and Mungwall V37.71.  Coded entirely in DICE C 3.0.
  68. I tested ATE with: Excellence! 3.0, DPaint IV non-AGA, Prefs/Font.
  69. Other testers used ProWrite 3.3, DPaint IV and V AGA.  Compatibility
  70. depends on how the applications themselves draw text.  Apps that
  71. use the OS (graphics.library and diskfont.library) wil work flawless.
  72. Others (Notably Professional Page since 1.3) will draw nothing because
  73. they don't use Text() to draw with.  This will not cause any system
  74. crashes but viewing blank characters will be annoying.  :)  This
  75. release is an attempt to get developers on side and start using the
  76. OS to draw with again.
  77. One app (ProWrite 3.3) uses the OS to draw to the printer too, so
  78. you can get excellent type quality on a non-PS printer using ATE.
  79.  
  80. Distribution Info:
  81.  
  82. This archive has distribution notices that state only Amiga Computing UK
  83. may distribute this release.  This is hereby superceded by myself;
  84. disribution is allowed on the four mediums described at the top of this
  85. document.
  86.  
  87. Other PD libraries or software houses must obtain permission from me,
  88. and you must ensure you distribute un-altered archives.  Don't worry;
  89. this is just for tracking info.  I'll probably grant permission for
  90. nothing.
  91.  
  92. MuchMore 3.3 also included but is copyright 1992 Fridtjof Seibert.
  93. Distributed with ATEbeta5b under his rules described in muchmore.doc
  94. (not for profit).
  95.  
  96. Contact Info:
  97.  
  98. Gordon Fecyk
  99. BSMT 5531 McRae Street
  100. Richmond, BC   V6V 2P5
  101. Canada
  102.  
  103. -
  104. ============================================================// //========
  105. = "I am Gordon of Winterpeg. Windows WAS futile."          // //        =
  106. =  Find out why: http://www.orca.bc.ca/win95/             // //         =
  107. =  Personal E-MAIL: gordonf@intouch.bc.ca           \\ \\// //          =
  108. =  Home Phone:      +1-604-526-8724                  \\ XX //           =
  109. =                                                     \X/\X/            =
  110. =========================================================================
  111. "You can fight the world, or you can be safe.  If you're safe, you don't get
  112.  hurt.  If you fight, then you do.  No choice, Doctor.  No choice at all!"
  113.